Skip to content

Fix 'occured' -> 'occurred' typos in 3 files#48

Open
SAY-5 wants to merge 1 commit intoapache:trunkfrom
SAY-5:fix-occured-occurred-typo
Open

Fix 'occured' -> 'occurred' typos in 3 files#48
SAY-5 wants to merge 1 commit intoapache:trunkfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 17, 2026

Trivial spelling fix in three Java files — occuredoccurred.

All in comments / Javadoc:

  • derby.engine/.../FileResource.java — three @exception StandardException some error occurred. Javadoc tags.
  • derby.engine/.../Lock.java — inline code comment on unlock().
  • derbyBuild/GeneratorBase.java@param t exception that occurred (also corrects the adjacent execptionexception typo on the same line).

No functional changes.

- derby.engine/.../FileResource.java: three @exception Javadoc tags
  on insertFileResource, removeFileResource, and getAsStream.
- derby.engine/.../Lock.java: inline code comment on unlock().
- derbyBuild/GeneratorBase.java: @param Javadoc on the error-format
  helper (also corrects an adjacent 'execption' -> 'exception').

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant